#contact_person .card{
	border: none;
}

.card-text{
	margin: 0 auto;
}

.card-body {
    padding: 2rem; 
    border: 1px solid #ccc;
    border-radius: 0.25rem; 
    background-color: #f9f9f9; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin: 2rem 3rem;
}

.intro-text {
    padding-top: 10rem;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.card-title {
    color: #212c3d;
	text-align: left;
	font-size: xx-large;
}

.card-body ul li a {
    color: #007bff; /* Ensures links are visibly distinct and accessible */
}

.card img {
    width: 100%; /* Ensures the image takes up the full width of its column */
    height: auto; /* Maintains aspect ratio */
    object-fit: cover; /* Ensures the image covers the area neatly */
}